home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
gfx
/
edit
/
TSMrph23s.lha
/
TSM23s.lha
/
rexx
/
Loadscript.TSM
< prev
next >
Wrap
Text File
|
1993-06-20
|
491b
|
15 lines
/* example Loadscript script file for TSMorph */
/* This is the default do nothing script */
/* $VER: Loadscript_TSM 2.0 (13.6.93)
*/
parse arg Frame TotalFrames Single FileName
/* Frame - current frame number starting from Start frame
* TotalFrames - total number of frames
* Single - 1 for Single image warp, 0 for two image morph, 2 for Anim Morph, 3 for Anim Warp
* Image - 0 for 1st image, 1 for second
* FileName - Name of 24 bit image to load
*/
exit